projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27fc6d
)
[BSD]: #undef WCOREDUMP before defining it.
author
Roland McGrath
<roland@gnu.org>
Sun, 20 Feb 1994 19:34:12 +0000
(19:34 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sun, 20 Feb 1994 19:34:12 +0000
(19:34 +0000)
src/syswait.h
patch
|
blob
|
history
diff --git
a/src/syswait.h
b/src/syswait.h
index 95bf5acdb398484ae364ffaac8697f1e3a62b83d..3bc1ec7aa97a0795cf0f988182a1eb9b28934395 100644
(file)
--- a/
src/syswait.h
+++ b/
src/syswait.h
@@
-1,5
+1,5
@@
/* Define wait system call interface for Emacs.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993
, 1994
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-43,6
+43,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define WAITTYPE union wait
#define WRETCODE(w) w.w_retcode
+#undef WCOREDUMP /* Later BSDs define this name differently. */
#define WCOREDUMP(w) w.w_coredump
#if defined (HPUX) || defined (convex)